home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / applications / databases / telebase2.6.lha / TBase_rexx.lha / search.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-02-13  |  137 b   |  12 lines

  1. /* Test Telebase */
  2.  
  3. address tbase
  4. options results
  5.  
  6. START
  7.  
  8. say 'Enter String to search for'
  9. pull SerVar
  10. SEARCH SerVar
  11. if result then TAG
  12.